17. Warming Up with parseOutText()
Warming Up with parseOutText()
Question:
You’ll start with a warmup exercise to get acquainted with parseOutText() . Go to the tools directory and run parse_out_email_text.py , which contains parseOutText() and a test email to run this function over.
parseOutText() takes the opened email and returns only the text part, stripping away any metadata that may occur at the beginning of the email, so what's left is the text of the message. We currently have this script set up so that it will print the text of the email to the screen, what is the text that you get when you run parseOutText()?
Start Quiz:

INSTRUCTOR NOTE:
A hint when submitting : the words in the string that you get have TWO spaces between them; make sure your answer does too!